home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.5 Applications 2002 November
/
SGI IRIX 6.5 Applications 2002 November.iso
/
dist
/
impr_base.idb
/
usr
/
impressario
/
gifts
/
models
/
lpr2lp.z
/
lpr2lp
Wrap
Text File
|
1998-05-04
|
309b
|
15 lines
#!/bin/sh
#
# quick script to redirect the output of lpr to the default printer
# under the local lp spooler.
#
# to change the destination of the lp, add -d<printername> to the end
#
# use this script with a printcap entry of the form:
#
# fake|fake printer:\
# :lp=/dev/null:of=/etc/lpr2lp:
#
cat - | lp